﻿2026-06-22T01:45:59.0187677Z ##[group]Run set -euo pipefail
2026-06-22T01:45:59.0187985Z [36;1mset -euo pipefail[0m
2026-06-22T01:45:59.0188203Z [36;1mPIN=0c95435[0m
2026-06-22T01:45:59.0188399Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-22T01:45:59.0188642Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-22T01:45:59.0189051Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-22T01:45:59.0189486Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-22T01:45:59.0189905Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-22T01:45:59.0190267Z [36;1m  rm -rf "$CACHE"[0m
2026-06-22T01:45:59.0190488Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-22T01:45:59.0190743Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-22T01:45:59.0191055Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-22T01:45:59.0191384Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-22T01:45:59.0191632Z [36;1mfi[0m
2026-06-22T01:45:59.0191895Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-22T01:45:59.0206110Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-22T01:45:59.0206400Z env:
2026-06-22T01:45:59.0206595Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-22T01:45:59.0206814Z ##[endgroup]
2026-06-22T01:45:59.3365743Z    Compiling proc-macro2 v1.0.106
2026-06-22T01:45:59.3366159Z    Compiling unicode-ident v1.0.24
2026-06-22T01:45:59.3366452Z    Compiling quote v1.0.45
2026-06-22T01:45:59.3366722Z    Compiling libc v0.2.186
2026-06-22T01:45:59.3367452Z    Compiling serde_core v1.0.228
2026-06-22T01:45:59.3367796Z    Compiling cfg-if v1.0.4
2026-06-22T01:45:59.3368158Z    Compiling serde v1.0.228
2026-06-22T01:45:59.3407345Z    Compiling log v0.4.32
2026-06-22T01:45:59.3438467Z    Compiling pin-project-lite v0.2.17
2026-06-22T01:45:59.3480105Z    Compiling portable-atomic v1.13.1
2026-06-22T01:45:59.3531317Z    Compiling typenum v1.20.1
2026-06-22T01:45:59.3532328Z    Compiling memchr v2.8.1
2026-06-22T01:45:59.3616589Z    Compiling version_check v0.9.5
2026-06-22T01:45:59.3617152Z    Compiling critical-section v1.2.0
2026-06-22T01:45:59.3652371Z    Compiling shlex v2.0.1
2026-06-22T01:45:59.4295779Z    Compiling find-msvc-tools v0.1.9
2026-06-22T01:45:59.4506764Z    Compiling futures-core v0.3.32
2026-06-22T01:45:59.4713614Z    Compiling bytes v1.11.1
2026-06-22T01:45:59.5144968Z    Compiling subtle v2.6.1
2026-06-22T01:45:59.5492332Z    Compiling smallvec v1.15.1
2026-06-22T01:45:59.5895829Z    Compiling equivalent v1.0.2
2026-06-22T01:45:59.6280460Z    Compiling itoa v1.0.18
2026-06-22T01:45:59.6551089Z    Compiling semver v1.0.28
2026-06-22T01:45:59.7022041Z    Compiling stable_deref_trait v1.2.1
2026-06-22T01:45:59.7270715Z    Compiling futures-io v0.3.32
2026-06-22T01:45:59.7329741Z    Compiling slab v0.4.12
2026-06-22T01:45:59.7855758Z    Compiling generic-array v0.14.7
2026-06-22T01:45:59.7942292Z    Compiling futures-sink v0.3.32
2026-06-22T01:45:59.7945711Z    Compiling futures-task v0.3.32
2026-06-22T01:45:59.8422091Z    Compiling hashbrown v0.17.1
2026-06-22T01:45:59.8840982Z    Compiling futures-channel v0.3.32
2026-06-22T01:45:59.8993922Z    Compiling bitflags v2.12.1
2026-06-22T01:45:59.9135104Z    Compiling rustversion v1.0.22
2026-06-22T01:45:59.9260078Z    Compiling cpufeatures v0.2.17
2026-06-22T01:45:59.9942119Z    Compiling rustc_version v0.4.1
2026-06-22T01:46:00.0046886Z    Compiling fnv v1.0.7
2026-06-22T01:46:00.0400621Z    Compiling rand_core v0.10.1
2026-06-22T01:46:00.0540331Z    Compiling cfg_aliases v0.2.1
2026-06-22T01:46:00.0870888Z    Compiling strsim v0.11.1
2026-06-22T01:46:00.0910857Z    Compiling litemap v0.8.2
2026-06-22T01:46:00.1610684Z    Compiling writeable v0.6.3
2026-06-22T01:46:00.2120674Z    Compiling ident_case v1.0.1
2026-06-22T01:46:00.2450488Z    Compiling icu_normalizer_data v2.2.0
2026-06-22T01:46:00.2580954Z    Compiling fs_extra v1.3.0
2026-06-22T01:46:00.3340754Z    Compiling icu_properties_data v2.2.0
2026-06-22T01:46:00.3470491Z    Compiling utf8_iter v1.0.4
2026-06-22T01:46:00.3900583Z    Compiling dunce v1.0.5
2026-06-22T01:46:00.3970238Z    Compiling getrandom v0.4.2
2026-06-22T01:46:00.4927177Z    Compiling autocfg v1.5.1
2026-06-22T01:46:00.5010486Z    Compiling percent-encoding v2.3.2
2026-06-22T01:46:00.5230840Z    Compiling http v1.4.1
2026-06-22T01:46:00.5910716Z    Compiling cpufeatures v0.3.0
2026-06-22T01:46:00.6150481Z    Compiling unicode-segmentation v1.13.3
2026-06-22T01:46:00.6490560Z    Compiling thiserror v2.0.18
2026-06-22T01:46:00.6521145Z    Compiling aws-lc-rs v1.17.0
2026-06-22T01:46:00.6881043Z    Compiling scopeguard v1.2.0
2026-06-22T01:46:00.7080704Z    Compiling form_urlencoded v1.2.2
2026-06-22T01:46:00.7667984Z    Compiling indexmap v2.14.0
2026-06-22T01:46:00.7740493Z    Compiling lock_api v0.4.14
2026-06-22T01:46:00.7923250Z    Compiling syn v2.0.117
2026-06-22T01:46:00.8560755Z    Compiling chacha20 v0.10.0
2026-06-22T01:46:00.9324653Z    Compiling untrusted v0.9.0
2026-06-22T01:46:00.9350783Z    Compiling heck v0.5.0
2026-06-22T01:46:00.9659845Z    Compiling rustls v0.23.40
2026-06-22T01:46:00.9667231Z    Compiling unicode-xid v0.2.6
2026-06-22T01:46:00.9940885Z    Compiling atomic-waker v1.1.2
2026-06-22T01:46:01.0350720Z    Compiling anyhow v1.0.102
2026-06-22T01:46:01.0458285Z    Compiling const-oid v0.10.2
2026-06-22T01:46:01.0720407Z    Compiling paste v1.0.15
2026-06-22T01:46:01.0960433Z    Compiling httparse v1.10.1
2026-06-22T01:46:01.1050648Z    Compiling zerocopy v0.8.50
2026-06-22T01:46:01.1620649Z    Compiling convert_case v0.10.0
2026-06-22T01:46:01.1690338Z    Compiling parking_lot_core v0.9.12
2026-06-22T01:46:01.2529235Z    Compiling num-traits v0.2.19
2026-06-22T01:46:01.2731375Z    Compiling hybrid-array v0.4.12
2026-06-22T01:46:01.3144733Z    Compiling jobserver v0.1.34
2026-06-22T01:46:01.3171057Z    Compiling curve25519-dalek v4.1.3
2026-06-22T01:46:01.4103537Z    Compiling ahash v0.8.12
2026-06-22T01:46:01.4300689Z    Compiling fastrand v2.4.1
2026-06-22T01:46:01.4520566Z    Compiling base64ct v1.8.3
2026-06-22T01:46:01.4890364Z    Compiling powerfmt v0.2.0
2026-06-22T01:46:01.5843170Z    Compiling http-body v1.0.1
2026-06-22T01:46:01.5970621Z    Compiling either v1.16.0
2026-06-22T01:46:01.6427666Z    Compiling cc v1.2.63
2026-06-22T01:46:01.6658211Z    Compiling crypto-common v0.1.7
2026-06-22T01:46:01.6730405Z    Compiling block-buffer v0.10.4
2026-06-22T01:46:01.7366714Z    Compiling deranged v0.5.8
2026-06-22T01:46:01.7900576Z    Compiling digest v0.10.7
2026-06-22T01:46:01.8090616Z    Compiling pem-rfc7468 v1.0.0
2026-06-22T01:46:01.8570992Z    Compiling data-encoding v2.11.0
2026-06-22T01:46:01.8670457Z    Compiling zmij v1.0.21
2026-06-22T01:46:01.9304985Z    Compiling tinyvec_macros v0.1.1
2026-06-22T01:46:01.9980773Z    Compiling mio v1.2.1
2026-06-22T01:46:02.0013615Z    Compiling socket2 v0.6.4
2026-06-22T01:46:02.0019132Z    Compiling getrandom v0.2.17
2026-06-22T01:46:02.1435287Z    Compiling rand_core v0.6.4
2026-06-22T01:46:02.1831371Z    Compiling tower-service v0.3.3
2026-06-22T01:46:02.2500605Z    Compiling rand v0.10.1
2026-06-22T01:46:02.2670642Z    Compiling time-core v0.1.8
2026-06-22T01:46:02.2860493Z    Compiling vcpkg v0.2.15
2026-06-22T01:46:02.3110677Z    Compiling base64 v0.22.1
2026-06-22T01:46:02.3151376Z    Compiling pkg-config v0.3.33
2026-06-22T01:46:02.3480477Z    Compiling try-lock v0.2.5
2026-06-22T01:46:02.4345371Z    Compiling num-conv v0.2.2
2026-06-22T01:46:02.4470794Z    Compiling want v0.3.1
2026-06-22T01:46:02.4630738Z    Compiling parking_lot v0.12.5
2026-06-22T01:46:02.5310258Z    Compiling tinyvec v1.11.0
2026-06-22T01:46:02.6340555Z    Compiling sha2 v0.10.9
2026-06-22T01:46:02.7860498Z    Compiling crypto-common v0.2.2
2026-06-22T01:46:02.8020359Z    Compiling block-buffer v0.12.0
2026-06-22T01:46:02.9260415Z    Compiling cmake v0.1.58
2026-06-22T01:46:02.9700425Z    Compiling inout v0.1.4
2026-06-22T01:46:02.9850289Z    Compiling vergen-lib v9.1.0
2026-06-22T01:46:03.0287537Z    Compiling n0-future v0.3.2
2026-06-22T01:46:03.1141532Z    Compiling serde_json v1.0.150
2026-06-22T01:46:03.1392566Z    Compiling winnow v1.0.3
2026-06-22T01:46:03.1522789Z    Compiling httpdate v1.0.3
2026-06-22T01:46:03.1758525Z    Compiling signature v2.2.0
2026-06-22T01:46:03.1775184Z    Compiling cordyceps v0.3.4
2026-06-22T01:46:03.1950591Z    Compiling diatomic-waker v0.2.3
2026-06-22T01:46:03.2440359Z    Compiling crossbeam-utils v0.8.21
2026-06-22T01:46:03.2760722Z    Compiling spin v0.10.0
2026-06-22T01:46:03.2920676Z    Compiling parking v2.2.1
2026-06-22T01:46:03.3350507Z    Compiling ed25519 v2.2.3
2026-06-22T01:46:03.3810621Z    Compiling cipher v0.4.4
2026-06-22T01:46:03.3988675Z    Compiling futures-lite v2.6.1
2026-06-22T01:46:03.4610680Z    Compiling netlink-packet-core v0.8.1
2026-06-22T01:46:03.4684439Z    Compiling universal-hash v0.5.1
2026-06-22T01:46:03.4720845Z    Compiling vergen-lib v0.1.6
2026-06-22T01:46:03.4840642Z    Compiling vergen v9.1.0
2026-06-22T01:46:03.5450402Z    Compiling futures-buffered v0.2.13
2026-06-22T01:46:03.5604349Z    Compiling heapless v0.7.17
2026-06-22T01:46:03.5660512Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-22T01:46:03.5773580Z    Compiling noq-udp v0.10.0
2026-06-22T01:46:03.5940711Z    Compiling sync_wrapper v1.0.2
2026-06-22T01:46:03.6260352Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-22T01:46:03.6430824Z    Compiling opaque-debug v0.3.1
2026-06-22T01:46:03.6610123Z    Compiling byteorder v1.5.0
2026-06-22T01:46:03.6929585Z    Compiling allocator-api2 v0.2.21
2026-06-22T01:46:03.7341016Z    Compiling polyval v0.6.2
2026-06-22T01:46:03.7932499Z    Compiling digest v0.11.3
2026-06-22T01:46:03.8830622Z    Compiling hash32 v0.2.1
2026-06-22T01:46:03.8960781Z    Compiling aws-lc-sys v0.41.0
2026-06-22T01:46:03.9110786Z    Compiling ring v0.17.14
2026-06-22T01:46:03.9111673Z    Compiling libsqlite3-sys v0.30.1
2026-06-22T01:46:03.9978015Z    Compiling spin v0.9.8
2026-06-22T01:46:04.0150782Z    Compiling vergen-gitcl v1.0.8
2026-06-22T01:46:04.0584009Z    Compiling tower-layer v0.3.3
2026-06-22T01:46:04.0852998Z    Compiling ryu v1.0.23
2026-06-22T01:46:04.1760741Z    Compiling fallible-iterator v0.3.0
2026-06-22T01:46:04.1865470Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-22T01:46:04.2405039Z    Compiling num_threads v0.1.7
2026-06-22T01:46:04.2642137Z    Compiling signature v3.0.0
2026-06-22T01:46:04.3552136Z    Compiling time v0.3.47
2026-06-22T01:46:04.3800141Z    Compiling sha2 v0.11.0-rc.5
2026-06-22T01:46:04.3868253Z    Compiling ghash v0.5.1
2026-06-22T01:46:04.3887732Z    Compiling aes v0.8.4
2026-06-22T01:46:04.4344991Z    Compiling ctr v0.9.2
2026-06-22T01:46:04.4874358Z    Compiling fs2 v0.4.3
2026-06-22T01:46:04.5870750Z    Compiling aead v0.5.2
2026-06-22T01:46:04.6060556Z    Compiling http-body-util v0.1.3
2026-06-22T01:46:04.6540711Z    Compiling openssl-probe v0.2.1
2026-06-22T01:46:04.6680730Z    Compiling crossbeam-epoch v0.9.18
2026-06-22T01:46:04.7190501Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-22T01:46:04.7230460Z    Compiling crossbeam-channel v0.5.15
2026-06-22T01:46:04.8631025Z    Compiling blake3 v1.8.5
2026-06-22T01:46:04.9270695Z    Compiling netlink-packet-route v0.29.0
2026-06-22T01:46:04.9361225Z    Compiling uuid v1.23.2
2026-06-22T01:46:04.9500558Z    Compiling aes-gcm v0.10.3
2026-06-22T01:46:05.0550720Z    Compiling memoffset v0.6.5
2026-06-22T01:46:05.1148322Z    Compiling acto v0.8.2
2026-06-22T01:46:05.1930874Z    Compiling noq v0.18.0
2026-06-22T01:46:05.2089907Z    Compiling netwatch v0.16.0
2026-06-22T01:46:05.2271352Z    Compiling foldhash v0.2.0
2026-06-22T01:46:05.3160661Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-22T01:46:05.4066782Z    Compiling xml-rs v0.8.28
2026-06-22T01:46:05.4155074Z    Compiling sorted-index-buffer v0.2.1
2026-06-22T01:46:05.4271527Z    Compiling mac-addr v0.3.0
2026-06-22T01:46:05.4405212Z    Compiling identity-hash v0.1.0
2026-06-22T01:46:05.5380768Z    Compiling thiserror v1.0.69
2026-06-22T01:46:05.5587964Z    Compiling rustc-hash v2.1.2
2026-06-22T01:46:05.6100685Z    Compiling rustix v1.1.4
2026-06-22T01:46:05.6210511Z    Compiling lru-slab v0.1.2
2026-06-22T01:46:05.6430748Z    Compiling ref-cast v1.0.25
2026-06-22T01:46:05.6652349Z    Compiling tagptr v0.2.0
2026-06-22T01:46:05.7747510Z    Compiling hashbrown v0.16.1
2026-06-22T01:46:05.9080615Z    Compiling netlink-packet-route v0.30.0
2026-06-22T01:46:05.9724656Z    Compiling termios v0.2.2
2026-06-22T01:46:06.0740787Z    Compiling synstructure v0.13.2
2026-06-22T01:46:06.0843189Z    Compiling darling_core v0.20.11
2026-06-22T01:46:06.1171745Z    Compiling serde_derive_internals v0.29.1
2026-06-22T01:46:06.4970238Z    Compiling proc-macro-crate v3.5.0
2026-06-22T01:46:06.6561303Z    Compiling xmltree v0.10.3
2026-06-22T01:46:06.6811085Z    Compiling ioctl-rs v0.1.6
2026-06-22T01:46:06.7188584Z    Compiling serial-core v0.4.0
2026-06-22T01:46:06.7680485Z    Compiling errno v0.3.14
2026-06-22T01:46:06.7990689Z    Compiling simple-dns v0.9.3
2026-06-22T01:46:06.8708723Z    Compiling aho-corasick v1.1.4
2026-06-22T01:46:06.8860801Z    Compiling arrayref v0.3.9
2026-06-22T01:46:06.8980923Z    Compiling toml_write v0.1.2
2026-06-22T01:46:06.9133445Z    Compiling smol_str v0.1.24
2026-06-22T01:46:06.9358822Z    Compiling arrayvec v0.7.6
2026-06-22T01:46:06.9571176Z    Compiling constant_time_eq v0.4.2
2026-06-22T01:46:07.0674011Z    Compiling signal-hook v0.3.18
2026-06-22T01:46:07.1090969Z    Compiling linux-raw-sys v0.12.1
2026-06-22T01:46:07.1209673Z    Compiling winnow v0.7.15
2026-06-22T01:46:07.1470810Z    Compiling regex-syntax v0.8.10
2026-06-22T01:46:07.1591396Z    Compiling simdutf8 v0.1.5
2026-06-22T01:46:07.1756215Z    Compiling resolv-conf v0.7.6
2026-06-22T01:46:07.2220724Z    Compiling sha1_smol v1.0.1
2026-06-22T01:46:07.4915213Z    Compiling signal-hook-registry v1.4.8
2026-06-22T01:46:07.5140906Z    Compiling serial-unix v0.4.0
2026-06-22T01:46:07.6621234Z    Compiling lru v0.16.4
2026-06-22T01:46:07.7390338Z    Compiling darling_core v0.23.0
2026-06-22T01:46:07.8452075Z    Compiling serde_bytes v0.11.19
2026-06-22T01:46:07.8800603Z    Compiling hmac v0.12.1
2026-06-22T01:46:08.0118805Z    Compiling seize v0.5.1
2026-06-22T01:46:08.0197716Z    Compiling iroh v0.98.2
2026-06-22T01:46:08.1158761Z    Compiling serde_derive v1.0.228
2026-06-22T01:46:08.1265297Z    Compiling zeroize_derive v1.4.3
2026-06-22T01:46:08.3290756Z    Compiling tokio-macros v2.7.0
2026-06-22T01:46:08.4968857Z    Compiling zerofrom-derive v0.1.7
2026-06-22T01:46:08.7588380Z    Compiling zeroize v1.8.2
2026-06-22T01:46:08.9300627Z    Compiling futures-macro v0.3.32
2026-06-22T01:46:09.0922792Z    Compiling tokio v1.52.3
2026-06-22T01:46:09.3450852Z    Compiling yoke-derive v0.8.2
2026-06-22T01:46:09.3950916Z    Compiling zerovec-derive v0.11.3
2026-06-22T01:46:09.6703182Z    Compiling displaydoc v0.2.6
2026-06-22T01:46:09.7890723Z    Compiling futures-util v0.3.32
2026-06-22T01:46:09.8601032Z    Compiling tracing-attributes v0.1.31
2026-06-22T01:46:10.0061097Z    Compiling zerofrom v0.1.8
2026-06-22T01:46:10.1190711Z    Compiling rustls-pki-types v1.14.1
2026-06-22T01:46:10.5130582Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-22T01:46:10.5930901Z    Compiling thiserror-impl v2.0.18
2026-06-22T01:46:10.6261381Z    Compiling yoke v0.8.3
2026-06-22T01:46:10.8470406Z    Compiling zerotrie v0.2.4
2026-06-22T01:46:10.8760716Z    Compiling zerovec v0.11.6
2026-06-22T01:46:11.0458352Z    Compiling darling_macro v0.20.11
2026-06-22T01:46:11.2251026Z    Compiling derive_more-impl v2.1.1
2026-06-22T01:46:11.2700935Z    Compiling n0-error-macros v0.1.3
2026-06-22T01:46:11.3630785Z    Compiling spez v0.1.2
2026-06-22T01:46:11.4061873Z    Compiling darling v0.20.11
2026-06-22T01:46:11.4870678Z    Compiling derive_builder_core v0.20.2
2026-06-22T01:46:11.5871905Z    Compiling der v0.8.0-rc.10
2026-06-22T01:46:11.6993196Z    Compiling tinystr v0.8.3
2026-06-22T01:46:11.7566040Z    Compiling potential_utf v0.1.5
2026-06-22T01:46:11.9594750Z    Compiling icu_locale_core v2.2.0
2026-06-22T01:46:11.9659434Z    Compiling icu_collections v2.2.0
2026-06-22T01:46:12.3640506Z    Compiling pin-project-internal v1.1.13
2026-06-22T01:46:12.5357896Z    Compiling n0-error v0.1.3
2026-06-22T01:46:12.7500659Z    Compiling cobs v0.3.0
2026-06-22T01:46:12.9220437Z    Compiling derive_builder_macro v0.20.2
2026-06-22T01:46:12.9720671Z    Compiling ed25519-dalek v2.2.0
2026-06-22T01:46:12.9970603Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-22T01:46:13.2424336Z    Compiling derive_builder v0.20.2
2026-06-22T01:46:13.3591667Z    Compiling icu_provider v2.2.0
2026-06-22T01:46:13.4221914Z    Compiling spki v0.8.0-rc.4
2026-06-22T01:46:13.5120157Z    Compiling ipnet v2.12.0
2026-06-22T01:46:13.5417639Z    Compiling futures-executor v0.3.32
2026-06-22T01:46:13.6536414Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-22T01:46:13.7820630Z    Compiling icu_normalizer v2.2.0
2026-06-22T01:46:13.8008831Z    Compiling icu_properties v2.2.0
2026-06-22T01:46:13.8160612Z    Compiling pin-project v1.1.13
2026-06-22T01:46:13.8210908Z    Compiling futures v0.3.32
2026-06-22T01:46:13.8863629Z    Compiling ed25519 v3.0.0-rc.4
2026-06-22T01:46:14.0890243Z    Compiling prefix-trie v0.8.4
2026-06-22T01:46:14.2980480Z    Compiling once_cell v1.21.4
2026-06-22T01:46:14.3158672Z    Compiling spt-proto v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-22T01:46:14.3643123Z    Compiling postcard-derive v0.2.2
2026-06-22T01:46:14.5427975Z    Compiling tracing-core v0.1.36
2026-06-22T01:46:14.6870955Z    Compiling data-encoding-macro v0.1.20
2026-06-22T01:46:14.7000490Z    Compiling rustls-native-certs v0.8.4
2026-06-22T01:46:14.7521041Z    Compiling num_enum_derive v0.7.6
2026-06-22T01:46:14.8091553Z    Compiling hashbrown v0.14.5
2026-06-22T01:46:14.9170297Z    Compiling strum_macros v0.28.0
2026-06-22T01:46:14.9300518Z    Compiling postcard v1.1.3
2026-06-22T01:46:15.1496028Z    Compiling tracing v0.1.44
2026-06-22T01:46:15.1621001Z    Compiling tokio-util v0.7.18
2026-06-22T01:46:15.1787731Z    Compiling netlink-sys v0.8.8
2026-06-22T01:46:15.4627758Z    Compiling idna_adapter v1.2.2
2026-06-22T01:46:15.4991161Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-22T01:46:15.5220799Z    Compiling tower v0.5.3
2026-06-22T01:46:15.5971175Z    Compiling idna v1.1.0
2026-06-22T01:46:15.6781352Z    Compiling derive_more v2.1.1
2026-06-22T01:46:15.6840360Z    Compiling hashlink v0.9.1
2026-06-22T01:46:15.7151410Z    Compiling async-trait v0.1.89
2026-06-22T01:46:15.8150913Z    Compiling enum-assoc v1.3.0
2026-06-22T01:46:15.8568567Z    Compiling iroh-metrics-derive v0.4.1
2026-06-22T01:46:15.8858609Z    Compiling netlink-proto v0.12.0
2026-06-22T01:46:15.8924137Z    Compiling netdev v0.42.0
2026-06-22T01:46:15.9156179Z    Compiling num_enum v0.7.6
2026-06-22T01:46:16.0560530Z    Compiling url v2.5.8
2026-06-22T01:46:16.0860995Z    Compiling iroh-relay v0.98.0
2026-06-22T01:46:16.1420731Z    Compiling rusqlite v0.32.1
2026-06-22T01:46:16.2100528Z    Compiling moka v0.12.15
2026-06-22T01:46:16.2281669Z    Compiling h2 v0.4.14
2026-06-22T01:46:16.3110853Z    Compiling iroh-metrics v0.38.3
2026-06-22T01:46:16.3721094Z    Compiling n0-watcher v0.6.1
2026-06-22T01:46:16.3816389Z    Compiling tokio-stream v0.1.18
2026-06-22T01:46:16.4000625Z    Compiling toml_datetime v0.6.11
2026-06-22T01:46:16.6350900Z    Compiling serde_spanned v0.6.9
2026-06-22T01:46:16.6767646Z    Compiling thiserror-impl v1.0.69
2026-06-22T01:46:16.7461036Z    Compiling ref-cast-impl v1.0.25
2026-06-22T01:46:16.7809130Z    Compiling toml_edit v0.22.27
2026-06-22T01:46:16.9370302Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-22T01:46:17.0320506Z    Compiling tower-http v0.6.11
2026-06-22T01:46:17.0970828Z    Compiling attohttpc v0.30.1
2026-06-22T01:46:17.3127828Z    Compiling iroh-base v0.98.0
2026-06-22T01:46:17.4301135Z    Compiling spt-store v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-22T01:46:17.5845047Z    Compiling webpki-roots v1.0.7
2026-06-22T01:46:17.5948518Z    Compiling regex-automata v0.4.14
2026-06-22T01:46:17.6002129Z    Compiling schemars_derive v1.2.1
2026-06-22T01:46:17.7170886Z    Compiling dyn-clone v1.0.20
2026-06-22T01:46:17.8280824Z    Compiling utf8parse v0.2.2
2026-06-22T01:46:17.9294793Z    Compiling pin-utils v0.1.0
2026-06-22T01:46:17.9705660Z    Compiling strum v0.28.0
2026-06-22T01:46:17.9928523Z    Compiling bitflags v1.3.2
2026-06-22T01:46:18.0081462Z    Compiling cmov v0.5.4
2026-06-22T01:46:18.0637307Z    Compiling rustix v0.38.44
2026-06-22T01:46:18.0890644Z    Compiling iroh-dns v0.98.0
2026-06-22T01:46:18.1804785Z    Compiling nix v0.25.1
2026-06-22T01:46:18.2940696Z    Compiling ctutils v0.4.2
2026-06-22T01:46:18.3250274Z    Compiling filedescriptor v0.8.3
2026-06-22T01:46:18.3730676Z    Compiling anstyle-parse v1.0.0
2026-06-22T01:46:18.5520778Z    Compiling backon v1.6.0
2026-06-22T01:46:18.5670806Z    Compiling darling_macro v0.23.0
2026-06-22T01:46:18.5857587Z    Compiling papaya v0.2.4
2026-06-22T01:46:18.6051491Z    Compiling hkdf v0.12.4
2026-06-22T01:46:18.7688175Z    Compiling serial v0.4.0
2026-06-22T01:46:18.8611181Z    Compiling instability v0.3.12
2026-06-22T01:46:18.8964618Z    Compiling foldhash v0.1.5
2026-06-22T01:46:18.9211951Z    Compiling linux-raw-sys v0.4.15
2026-06-22T01:46:18.9620620Z    Compiling downcast-rs v1.2.1
2026-06-22T01:46:19.0470563Z    Compiling anstyle v1.0.14
2026-06-22T01:46:19.0856979Z    Compiling is_terminal_polyfill v1.70.2
2026-06-22T01:46:19.0977689Z    Compiling shell-words v1.1.1
2026-06-22T01:46:19.1191182Z    Compiling anstyle-query v1.1.5
2026-06-22T01:46:19.1670721Z    Compiling colorchoice v1.0.5
2026-06-22T01:46:19.1986136Z    Compiling hashbrown v0.15.5
2026-06-22T01:46:19.2084297Z    Compiling signal-hook-mio v0.2.5
2026-06-22T01:46:19.2670685Z    Compiling anstream v1.0.0
2026-06-22T01:46:19.2800449Z    Compiling darling v0.23.0
2026-06-22T01:46:19.3125727Z    Compiling spake2 v0.4.0
2026-06-22T01:46:19.3220583Z    Compiling terminal_size v0.4.4
2026-06-22T01:46:19.3431392Z    Compiling strum_macros v0.26.4
2026-06-22T01:46:19.4010680Z    Compiling sha1 v0.10.6
2026-06-22T01:46:19.4660841Z    Compiling itertools v0.13.0
2026-06-22T01:46:19.6700774Z    Compiling toml v0.8.23
2026-06-22T01:46:19.6821080Z    Compiling schemars v1.2.1
2026-06-22T01:46:19.6917250Z    Compiling castaway v0.2.4
2026-06-22T01:46:19.6951578Z    Compiling clap_lex v1.1.0
2026-06-22T01:46:19.7768698Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-22T01:46:19.9980808Z    Compiling unicode-width v0.1.14
2026-06-22T01:46:20.1319182Z    Compiling static_assertions v1.1.0
2026-06-22T01:46:20.2150619Z    Compiling indoc v2.0.7
2026-06-22T01:46:20.3099563Z    Compiling spt-msg v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-22T01:46:20.6046278Z    Compiling regex v1.12.3
2026-06-22T01:46:20.7556147Z    Compiling doctest-file v1.1.1
2026-06-22T01:46:21.2766369Z    Compiling spt-runtime v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-22T01:46:21.2847416Z    Compiling interprocess v2.4.2
2026-06-22T01:46:21.2861371Z    Compiling crossterm v0.28.1
2026-06-22T01:46:21.4733419Z    Compiling compact_str v0.8.2
2026-06-22T01:46:21.6176558Z    Compiling unicode-truncate v1.1.0
2026-06-22T01:46:21.8441177Z    Compiling lru v0.12.5
2026-06-22T01:46:21.8555844Z    Compiling strum v0.26.3
2026-06-22T01:46:21.9807886Z    Compiling clap_builder v4.6.0
2026-06-22T01:46:22.0060803Z    Compiling clap_derive v4.6.1
2026-06-22T01:46:22.0210549Z    Compiling iana-time-zone v0.1.65
2026-06-22T01:46:22.2160646Z    Compiling hyper v1.10.1
2026-06-22T01:46:22.3590669Z    Compiling unicode-width v0.2.0
2026-06-22T01:46:22.3677255Z    Compiling cassowary v0.3.0
2026-06-22T01:46:22.4640886Z    Compiling portable-pty v0.8.1
2026-06-22T01:46:22.4705839Z    Compiling chrono v0.4.45
2026-06-22T01:46:22.6001200Z    Compiling nucleo-matcher v0.3.1
2026-06-22T01:46:22.6785096Z    Compiling qrcode v0.14.1
2026-06-22T01:46:23.0795848Z    Compiling spt-term v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-22T01:46:23.3251074Z    Compiling ratatui v0.29.0
2026-06-22T01:46:23.6180624Z    Compiling tempfile v3.27.0
2026-06-22T01:46:24.0771657Z    Compiling hyper-util v0.1.20
2026-06-22T01:46:24.4947185Z    Compiling spt-live v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-22T01:46:24.7010765Z    Compiling clap v4.6.1
2026-06-22T01:46:26.0245390Z    Compiling igd-next v0.17.1
2026-06-22T01:46:27.0785318Z    Compiling portmapper v0.16.0
2026-06-22T01:46:31.3947329Z    Compiling rustls-webpki v0.103.13
2026-06-22T01:46:33.7874709Z    Compiling tokio-rustls v0.26.4
2026-06-22T01:46:33.7875468Z    Compiling rustls-platform-verifier v0.7.0
2026-06-22T01:46:33.7875860Z    Compiling noq-proto v0.17.0
2026-06-22T01:46:33.9297667Z    Compiling hyper-rustls v0.27.9
2026-06-22T01:46:33.9298192Z    Compiling hickory-net v0.26.0-beta.4
2026-06-22T01:46:33.9298615Z    Compiling tokio-websockets v0.13.2
2026-06-22T01:46:34.0622261Z    Compiling reqwest v0.13.4
2026-06-22T01:46:34.9560558Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-22T01:46:49.0242491Z    Compiling spt-net v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-22T01:46:50.4020577Z    Compiling spt-daemon v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-22T01:46:57.5007633Z    Compiling spt v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-22T01:47:01.2975464Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 02s
2026-06-22T01:47:01.3207431Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-a610d2092bf5e776)
2026-06-22T01:47:01.3221293Z 
2026-06-22T01:47:01.3221423Z running 1 test
2026-06-22T01:47:08.4626353Z test new_brain_serves_against_old_broker ... ok
2026-06-22T01:47:08.4626625Z 
2026-06-22T01:47:08.4626858Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.14s
2026-06-22T01:47:08.4627140Z 
